FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package furore.test.fsh.demo#0.1.0-rc1 (79 ms)

Package furore.test.fsh.demo
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=furore.test.fsh.demo@0.1.0-rc1&canonical=https://furore.com/data/fhir/StructureDefinition/cancer-surgery
Url https://furore.com/data/fhir/StructureDefinition/cancer-surgery
Version 0.1.0
Status active
Name CancerSurgery
Title Cancer Surgery
Experimental False
Description Represents performed surgical procedures for cancer patients.
Type Procedure
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://furore.com/data/fhir/StructureDefinition/cancer-condition-demo Primary Cancer Condition
https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo Cancer Patient Profile
https://furore.com/data/fhir/ValueSet/ProcedureIntentVS Procedure Intent Value Set


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "cancer-surgery",
  "url" : "https://furore.com/data/fhir/StructureDefinition/cancer-surgery",
  "version" : "0.1.0",
  "name" : "CancerSurgery",
  "title" : "Cancer Surgery",
  "status" : "active",
  "description" : "Represents performed surgical procedures for cancer patients.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure.status",
        "path" : "Procedure.status",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.category",
        "path" : "Procedure.category",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "387713003",
              "system" : "http://snomed.info/sct",
              "display" : "Surgical procedure"
            }
          ]
        }
      },
      {
        "id" : "Procedure.code",
        "path" : "Procedure.code",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.subject",
        "path" : "Procedure.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performed[x]",
        "path" : "Procedure.performed[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Procedure.performedDateTime",
        "path" : "Procedure.performedDateTime",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ]
      },
      {
        "id" : "Procedure.reasonCode",
        "path" : "Procedure.reasonCode",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://furore.com/data/fhir/ValueSet/ProcedureIntentVS"
        }
      },
      {
        "id" : "Procedure.reasonReference",
        "path" : "Procedure.reasonReference",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://furore.com/data/fhir/StructureDefinition/cancer-condition-demo"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.